body {
    margin: 0;
    padding: 0;
    background-color: #121212;
    color: #e0e0e0;
    font-family: Arial, sans-serif;
}

a {
    color: #08c5de;
    text-decoration: none;
}

a:hover {
    color: #0aefff;
    text-decoration: underline;
}

a:visited {
    color: #5ac9de;
}

table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}

table, th, td {
    border: 1px solid #444444;
    color: #e0e0e0;
    font-size: 34px;
}

th, td {
    overflow-wrap: break-word;
    white-space: normal;
    padding: 8px;
}

table tr:hover {
    background: rgba(255, 255, 255, 0.05);
}

.outer {
    display: flex;
    flex-direction: column;
    height: 100vh;
}

.block {
    background: #1f1f1f;
    padding: 2%;
    text-align: center;
}

#header {
    margin: 0;
    font-size: 48px;
    text-align: right;
    padding-right: 5%;
}

.lower-section {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
}

.block2 {
    flex: 1;
    min-width: 250px;     
    background: #1a1a1a;
    padding: 20px;
    overflow-y: auto;
}

.right-section {
    flex: 4;
    min-width: 300px;
    display: flex;
    flex-direction: column;
}

.upper-block {
    flex: 1;
    display: flex;
    gap: 20px;
    padding: 20px;
    flex-wrap: wrap; 
}

.left-col {
    flex: 2;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.block3 {
    background: #181818;
    flex: 1;
    padding: 20px;
    overflow-y: auto;
}

.block5 {
    background: #181818;
    padding: 10px;
    text-align: center;
}

.block4 {
    flex: 1;
    min-width: 250px;
    background: #1a1a1a;
    padding: 20px;
    overflow-y: auto;
}

.block6 {
    background: #1f1f1f;
    padding: 20px;
    text-align: center;
}

.block6 p:last-child {
    text-align: right;
}
